home *** CD-ROM | disk | FTP | other *** search
- Path: news.frontiernet.net!usenet
- From: Kevin Ehmka <ehmka@frontiernet.net>
- Newsgroups: comp.lang.c++
- Subject: Borland OWL Handling of Acccelerators for TDialog
- Date: Sun, 03 Mar 1996 09:23:52 -0500
- Organization: Gemstar
- Message-ID: <3139AB78.1DB8@frontiernet.net>
- NNTP-Posting-Host: usr2-145.frontiernet.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Does anyone know how to connect keyboard accelerator's from a TDialog
- client window inside a TFrameWindow? The dialog fits inside the frame
- window and maintains constant focus. But mine fails to pass alt-key
- combinations back to the TFrameWindow.
-
- I've tried setting the Attr.AccelTable in both windows to the same
- accelerator and calling LoadAcceleratorTable() in the Dialog.
-
- Any suggestions would be appreciated?
-
- Thanks,
- Kevin
-